home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / hardware / mousev1b.lzh / MouseV1.PKG / AMIGA.UTL / SerMou11a / SerMouse.doc next >
Text File  |  1980-02-13  |  3KB  |  90 lines

  1.  
  2.    NAME
  3.  
  4.      SerMouse - Mouse handler for serial ("PC") mouse
  5.  
  6.    VERSION
  7.  
  8.      1.1a
  9.  
  10.    SYNOPSIS
  11.  
  12.      SerMouse DEVICE,UNIT/N,MOUSETYPE/N,MIDSHIFTLEFT/S,MIDSHIFTRIGHT/S,
  13.               SWAPBUTTONS/S, SCREENSHUFFLE/S,ACCEL/N,THRESHOLD/N
  14.  
  15.    DESCRIPTION
  16.  
  17.      SerMouse is a mouse handler for the "standard" pc mice. (I hope) you
  18.      can use the most standard pc mice. You need a free serial port to
  19.      connect your mouse to.
  20.  
  21.      Here the options:
  22.  
  23.      DEVICE       - name of serial device (default: serial.device)
  24.      UNIT         - unit number of device (default: 0)
  25.      MOUSETYPE    - two different mouses are supported, 0 for my microsoft-
  26.                     mouse (only two buttons supported, mouse sends three
  27.                     bytes) and 1 for my genious mouse (with three buttons,
  28.                     sends 5 bytes). Try to which your mouse is compatible to,
  29.                     some mice are switchable (like my Genious mouse)
  30.      SWAPBUTTONS  - swap left and right mouse button
  31.      MIDSHIFTLEFT - hande middle mouse button as shift left mouse button
  32.      MIDSHIFTRIGHT- hande middle mouse button as shift right mouse button
  33.      SCREENSHUFFLE- put active screen behind all other screens on a
  34.                     double-click of the middle mouse button
  35.      ACCEL        - accelleraton factor (positive->faster, negative->slower)
  36.      THRESHOLD    - threshold for acceleraton
  37.  
  38.  
  39.    USAGE
  40.  
  41.      e.g.
  42.       run >nil: SerMouse duart.device 1 SCREENSHUFFLE
  43.  
  44.    PRICE
  45.  
  46.      Free
  47.  
  48.    BUGS
  49.  
  50.      Is it possible that PC mice don't support the third mouse button if
  51.      set to microsoft comatible mode???
  52.  
  53.    HISTORY
  54.  
  55.      1.0  - initial release
  56.      1.1  - added MIDSHIFTRIGHT and renamed MIDSHIFT to MIDHIFTLEFT
  57.      1.1a - bug removed that caused MIDSHIFTRIGHT not to function :-(
  58.  
  59.    COPYRIGHT
  60.  
  61.      SerMouse bases roughly on OptMouse 1.2 (c) Copyright 1989,1991
  62.      J. Edward Hanway.
  63.  
  64.      SerMouse is freeware, freely distributable as long as the archive
  65.      remains intact and only a nominal fee is charged for its distribution.
  66.  
  67.      (C) 1994 by Gerhard Müller
  68.  
  69.    BACKGROUND
  70.  
  71.      Yesterday I bought a MultiFaceCard III, and such had a free serial port.
  72.      As PC mice are soo cheap I decided to buy one for my amiga. As no mouse
  73.      handler was available, I wrote my own one ;-)
  74.  
  75.      I am not sure that I covered all mice types. If you have a mouse that
  76.      is not compatible to my program, please send me the hex codes that the
  77.      mouse sends to your serial port (1200/8/N/1) I will then try to implement
  78.      that mouse type. I will release the sourcecode if another project (partly
  79.      from me) is ready.
  80.  
  81.    AUTHOR
  82.  
  83.      Gerhard Müller (internet: muellerg@informatik.tu-muenchen.de
  84.                      Fido    : Gerhard Mueller @ 2:2480/3508.38)
  85.  
  86.      Klarweinstr. 32
  87.      81247 München
  88.  
  89.      GERMANY
  90.